*{
    box-sizing: border-box;
}

body{
    margin: 0;
    left: 0;
    padding:0;
    overflow: auto;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}

.page_content{
}

#page-container {
  position: relative;
  min-height: 100%;
}


.paragraph{
    padding-left: 8;
}

.presentation{
    border-collapse: collapse;
    border:none;
    color:white;
    margin-left: auto;
    margin-right: auto;
}
.presentation_td{
    border:none;
}
.presentation_tr{
    border:none;
}

.row{
    display: table;
    clear: both;
    width: 100%;
/*    height: 100%;*/
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/*@media (min-width: 601px)*/
.column{
    float: left;
    padding: 8px 16px;
    width: 50%;
}

.left_column{
    width: 33.333333%;
}

.right_column{
    width: 66.666667%;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    background-color: whitesmoke;
    padding: 1px 0px;
    border-radius: 1%;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.8);
}

.img_container{
/*    position: relative;*/
    width: inherit;
}

.container {
    width: inherit;
    padding: 0px 16px;
    background-color: whitesmoke;
    line-height: 1;
}

#user{
    border-style: none;
    vertical-align: middle;
    border-top-left-radius: 1%;
    border-top-right-radius: 1%;
}

.standard_padding{
/*    color: b;*/
    padding: 8px 16px;
    text-align: center;
    border-radius: 1%;
}

a:visited {
  color: blue;
}

.reg_link {
  color: black;
}

hr{
    color: black;
}

h3{
    padding: 0px;
    margin: 0px;
}

.content{
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
}

.education_content{
    line-height: 1.5;
    font-size: 20px;
}

/*Table Styling*/
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

th{
    font-size: 20px;
}

th, td {
  padding: 10px;
}

.video{
    height: 600px;
    width: 100%;
}

.slides {
    display:none;
    width: 100%;
    height: 650px;
}
.w3-left, .w3-right, .w3-badge {
    cursor: pointer;
    height: 40px;
    width: 40px;
}
.w3-badge {
    height: 16px;
    width: 16px;
    padding: 0;
}

.w3-content, .w3-auto{
    margin-left:auto;
    margin-right:auto;
}
.w3-content{
    max-width:900px;
    background: transparent;
}

.w3-display-container{
    position:relative;
}

.w3-center{
    text-align:center !important;
}


.w3-section{
    margin-top:16px !important;
    margin-bottom:16px !important;
}

.w3-large{
    font-size:30px !important;
}

.w3-text-white{
    color:#fff !important;
    width: 30px;
    height: 30px;
}

.w3-display-bottommiddle{
    position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)
}

.w3-display-center{
    position:absolute;left:50%;bottom:50%;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)
}

.w3-left{float:left!important}

.w3-hover-text-maroon:hover{color:maroon !important}

.w3-right{float:right!important}

.w3-badge{border-radius:50%}

.w3-badge{background-color:#000;
    color:#fff;
    display:inline-block;
    padding-right:8px;
    text-align:center
}

.w3-border{border:1px solid #ccc!important}

.w3-transparent{background-color:transparent!important}

.w3-hover-white:hover{color:maroon!important;background-color:maroon !important}

.w3-white{color:#000!important;background-color:#fff!important}

.header{
    height: 100px;
}

.gallery{
    background: black;
}