@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Unica+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700;800&display=swap');
*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
body{
    background-color: white;
    font-family: 'Unica One','Roboto', 'Arial', 'Helvetica',  sans-serif, cursive;
    height: 100%;
}

/*li {
    
    width: 500px;
    height: 333px;
}*/

p {
    
    font-family: 'Helvetica', sans-serif;
}

.logo{
    
    background-color: black;
}
.left_bar{
    
    float: left;
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: hidden;
    background-color: black;
    width: 300px;
    height: 100%;
    text-align: center;
}

.left_bar a{
    
    display: block;
    color:  white;
    padding: 20px;
    text-decoration: none;
    font-size: 18px;
}

.left_bar .navtext:hover{
  background-color: white;
  color: black;
}

.left_bar .icon {
  display: none;
}

.logo {
    
    margin-top: 20px;
    justify-content: center;
}

/*.navtext{
    margin-top: 10px;
    margin-bottom: 100px;
    font-family: 'Unica One', cursive;
	font-weight: 700;
	color:  white;
    text-decoration: none;

}*/

div.right_side {
    
    margin-left: 310px;
    padding: 10px 16px;
    height: 100%;
}

.right_side h1{
    
    font-size: 50px;
}

.right_side h3{
    
    font-weight: 100;
}

.column {
  float: left;
  width: 300px;
  height: 475px;
  overflow: hidden;
  padding: 5px;
}

.columnp {
  float: left;
  width: 50%;
  height: 50%;
  overflow: hidden;
  padding: 5px;
}

.columni {
  float: left;
  width: 500px;
  overflow: hidden;
  padding: 10px;

}

.columng {
  width: 50%;
  padding: 5px;
}

.riframe {
    
 border:none; 
 height: 600px; 
 width: 25%;
}

/*.btn{
    background-color: black;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    padding: 6px 25px;
    margin-top: 4px;
    border-radius: 5px;
    word-spacing: 10px;
}*/

.bkgdiv{
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: white;
    box-shadow: 5px 10px 8px #ebebeb;
    margin-top: 20px;
}

.leftimg {
    float: left;
    width: 50%;
}

.righttext{
    float: right;
    width: 50%;
    margin-right: 20px;
}

.proto{
    
    background-color: #000000;
    border-radius: 5px;
    font-size: 17px;
    padding: 6px 18px;
    width: 113px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.proto a {
    
    text-decoration: none;
    color: white;
}
.container {
        width: 100%;
        align-items: center;
        justify-content: center
      }
      /*.image img {
        max-width: 60%}*/
      .image {
        width: 40%
      }
      .text {
        padding-left: 0px;
      }

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.profileLeft{
    float: left;
    width: 40%;
    padding: 10px;
    margin-top: 70px;
    text-align: left;
}

.profileLeft img{
    min-width: 40%;
    max-width: 60%;
    float: right;
}

/*copyright*/
.copy{
    
    float: left;
    position: inherit;
    bottom: 0;
    width: 300px;
    color: white;
}

.copyb{
    
        display: none;
        width: 100%;
        position: inherit;
        bottom: 0px !important;
        color: white;
}

/*Mobile*/
@media screen and (max-width: 700px) {
    
    .left_bar a:not(:first-child) {display: none;}
    .left_bar a.icon {
        float: right;
        display: block;
        color: white;
  }
    /*.left_bar a.active {
        background-color: black;
        color: white;
}*/
    .left_bar{
        
        width: 100%;
        background-color: black;
        position: inherit;
    }
    
    .left_bar a {
        
         color: white;
    }
    
    div.right_side{
        
        margin-left: 0px;
        text-align: center;
    }
    
    .riframe{
        width: 100%;
    }
    .image {
        width: 100%;
        }

    .text{

        width: 100%;
        padding: 5px;

        }
        
    .bkgdiv{
    
        display: inline-block;
        padding: 0px;
        box-shadow: none;
        margin: 10px;
        }

    .leftimg {
        float: none;
        width: 100%;
    }

    .righttext{
    float: none;
    width: 100%;
        }
}

@media screen and (max-width: 700px){
    
  .left_bar.responsive {position: relative;}
  .left_bar.responsive a.icon {
    
    position: absolute;
    right: 0;
    top: 0;
  }
  .left_bar.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
    
    .column{
        
        width: 100%;
        height: inherit;
    }
    
    .columnp{
        width: 100%;
        height: inherit;
    }
    
     .columni{
        width: 100%;
        height: inherit;
    }
    
    .profileLeft{
        
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    .profileLeft img{
        
        float: none;
    }
    
    .copy{
        
        display: none;
        background-color: black;
        width: 100%;
        position: inherit;
        bottom: 0px !important;
    }
    
    .copyb {
        
        display: inline-block;
         background-color: black;
         text-align: center;
         position: inherit;
         bottom: 0px;
    }
    
    .columng{
        width: 100%;
    }


/*@media screen and (max-width: 700px) {
  .left_bar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .left_bar a {float: left;
    
    }
  div.right_side {margin-left: 0;}
}*/
/*@media screen and (max-width: 400px){
    
    .left_bar a{
        
        display: none;
        text-align: center;
        float: none;
    }
    
    .ham_menu{
        
        display: block;
    }
    
}*/