*
{
    padding: 0;
    margin: 0;

}
body{
    background-color: white;
    font-family: 'Raleway', sans-serif;
}

.menu_bar{
    background: rgba(106, 106, 106, 1);
    text-align: center;
    margin: auto;
    border-color:rgb(157, 12, 9);
    border-bottom-style: solid;
    font-family: 'Raleway', sans-serif;
}

.menu_bar table{
    background: rgba(93, 169, 255, 0);
    text-align: center;
    margin: auto;
}

.menu_bar ol{
    display: inline-flex;
    list-style: none;
    width: 70%;
    padding-top: 5px;
}

.menu_bar ul{
    display: inline-flex;
    list-style: none;
    color: rgb(209, 210, 212);
    width: 80%;
}

.menu_bar ul li{
    width: 20%;
    margin: 15px;
    padding: 15px;
    font-size: 20px;
    margin: auto;
}

.menu_bar ul li a{
    text-decoration: none;
    color: rgb(209, 210, 212);
}

.menu_bar ul li:hover{
    background-color: rgb(61, 61, 61);
    border-radius: 20px;
}

.HeadContent h1{
    color: rgb(209, 210, 212);
    text-shadow: -1px -1px 0 rgb(157, 12, 9),
      1px -1px 0 rgb(157, 12, 9),
      -1px 1px 0 rgb(157, 12, 9),
       1px 1px 0 rgb(157, 12, 9);
    text-align: center;
    font-size: 80px;
    font-family: 'Bebas Neue', 'cursive';
    width: 100%;
    margin-top: 0px;
}

.HeadContent{
    background-color: rgba(209, 210, 212, 0);
    border-color: rgba(157, 12, 9, 0);
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 3px;
}

.cus-div-head{
    width: 100%;
    height: 120px;
}

#pt1{
    background: url(bg.jpg);
    background-size: cover;
    background-position: center center;
    color: black;
    padding: 105px 0px;
    border-bottom: rgb(61, 61, 61);
    border-bottom-style:solid;
}

#ptIntro{
    text-align: center;
    background-color: rgb(61, 61, 61);
}

.infocontent{
    color: rgb(209, 210, 212);
}

.infocontent i{
    padding-top: 35px;
    padding-bottom: 15px;
    font-size: 30px;
}

.infocontent h1{
    padding-top: 40px;
    padding-bottom: 10px;
}

#profiles{
    border-bottom-color: rgb(61, 61, 61);
    border-bottom-style: solid;
}

#about{
    border-bottom-color: rgb(61, 61, 61);
    border-bottom-style: solid;
}

.content{
    margin: auto;
    text-align: center;
}

.prof{
    width: 29%;
    float: left;
    padding: 0px 30px;
    margin: auto;
    margin-bottom: 30px;
}

#profiles::after{
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width:600px)
{
    .prof
    {
        width: 50%;
        display: block;
        margin-bottom: 30px;
        margin: auto;
    }
}


.profile{
    margin-top: 65px;
    border-radius: 50%;
    border-color: rgb(61, 61, 61);
    border-style: solid;
    width: 150px;
    height: 150px;
}

.content h1{
    padding-top: 25px;
    padding-bottom: 25px;
    color: rgb(157, 12, 9);
    font-size: 40px;
}

.content h2{
    color: rgb(61, 61, 61);
    font-size: 30px;
}

.info{
    text-align: center;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    width: 70%;
    margin: auto;
    color: rgb(61, 61, 61);
}

#about::after{
    content: "";
    display: table;
    clear: both;
}

#geospread::after{
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width:600px)
{
    .column
    {
        width: 50%;
        display: block;
        margin-bottom: 30px;
    }
}

.column{
    margin: auto;
    width: 47%;
    float: left;
    padding: 0px 15px;
}

@media screen and (max-width:600px)
{
    .column1
    {
        width: 50%;
        display: block;
        margin-bottom: 30px;
    }
}

.column1{
    margin: auto;
    width: auto;
    float: left;
    padding: 0px 15px;
}

.info2{
    text-align: center;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    margin: auto;
    color: rgb(61, 61, 61);
}

.info3{
    text-align: center;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    width: 70%;
    margin: auto;
    color: rgb(61, 61, 61);
    padding-bottom: 30px;
    padding-top: 15px;
}
.wa-icon{
    position: fixed;
    bottom: 15px;
    right: 25px;
}