.headerBX
{
    background-color: black;
    width:  1000px;
    height: 100px;
    border-radius: 5px;
    margin: auto;
    background-image: url(media/img/spacesmall.png);
    border-color: purple;

}

/*
Palette is
343838
005F6B
008C9E
00B4CC
00DFFC

0B090A
161A1D
660708
A4161A
BA181B
E5383B
B1A7A6
D3D3D3
F5F3F4
FFFFFF


*/
.tealh1
{
    font-family: Romulus;
    font-weight: bold;
    font-size: 75px;
    color: black;
    text-align: center;
}


.logoBig
{
    margin-top: 5px;
    background-image: url(media/img/logo.png);
    min-height: 52%;
    background-repeat: no-repeat;
    
    background-size: contain;

}

@font-face {
    font-family: Romulus;
    src: url(media/fonts/Romulus.ttf);
    font-weight: bold;
  }

.rom
{
    font-family: Romulus;
}

.maincontainer
{

}

.sidecontainer
{
    display: flex;
    height: 200px;
    width: 200px;
    background-color: teal;
    float: left;
}

.back
{
    background-color: black;
}

.debug
{
    margin-top: 50%;
    color:orange;
}

.navOption
{
    font-family: sans-serif;
    padding-top: 12px;
    height: 40px;
    margin-left: 10px;
    font-weight: bold;
    background-color: #A4161A;
    opacity:100%;
    padding-left: 71px;
    padding-right: 71px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #660708;
}

.navOption:hover
{
    display: flex;
    background-color: #E5383B;
    opacity:100%;
}

.navOption:active {
    
    background-color: #E5383B;
    box-shadow: 0 5px #343838;
    transform: translateY(4px);
  }

.foot
{
    height: 50px;
}


.video
{
    margin-top: 5px;
    position: relative;

}

.nav
{
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    background-color: #660708;
    width:  1000px;
    height: 50px;
    border-radius: 5px;
    border-color: purple;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.w-100
{
    background-color: black;
    height: 700px;
}

.main
{
    bottom: 10px;
    padding-bottom: 50px;
    box-sizing:border-box;
    padding: 10px;
    background-color: #660708;
    border-radius: 5px;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
    width:1000px;
    height: 1090px;
}

/*LEFT*/
.aboutsection01
{
    font-size: 27px;
    line-height: 1;
    font-family: Romulus;
	position: relative;
	display: flex;
    border-radius: 15px;
    min-height: 100px;
    box-sizing:border-box;
    margin: auto;
    width:1000px;
}
#thomas {
	background-color: #660708;
}
#callum {
	background-color: #319bd4;
}
#kado
{
    background-color: #249EA0;
}
#antz
{
    background-color: #005F6B;
}
#drug
{
    background-color: purple;
}
#turanta
{
    background-color: rebeccapurple;
}
.aboutsection01 h1 {
    font-family: Romulus;
  position: relative;
  color: white;
  left: 200px;
}
.aboutsection01 p {
    font-size: 27px;
    line-height: 1;
    font-family: Romulus;
    position: relative;
    max-width: 780px;
    color: white;
    left: 200px;
}
.aboutimage01 img {
    transform: scale(.6,.6);
    position: absolute;
    float: left;
    bottom: -84px;
}
/*RIGHT*/
.aboutsection02
{
    font-size: 27px;
    line-height: 1;
    font-family: Romulus;
	position: relative;
	display: flex;
	border-radius: 15px;
    min-height: 100px;
    box-sizing:border-box;
    margin: auto;
    width:1000px;
}
#bandana {
	background-color: #305e23;
}
#roo
{
    background-color: #032e5d;
}
.aboutsection02 h1 {
    font-family: Romulus;
  position: relative;
  color: white;
  left: 20px;
}
.aboutsection02 p {

    font-size: 27px;
    line-height: 1;
    font-family: Romulus;
  position: relative;
  max-width: 780px;
  color: white;
  left: 20px;
}
.aboutimage02 img {
    transform: scale(.6,.6) rotateY(180deg);
    position: absolute;
    float: right;
    bottom: -84px;
}


