body {
    background-color: lightslategrey;
    background-image: url("/images/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
}

h1 {
    color: black;
    margin-left: 20px;
}

h2 { font-family:"Times New Roman"; 
    font-size: 36px; 
    font-style:italic; 
    font-weight: normal; 
    margin: 20px 20px 5px 260px;
    color: #000000; 
}

@media screen and (max-width: 600px) {
  h2 {
    float: none;
      margin: 0px 20px 20px 20px;
  }
}

h3 { font-family:"Times New Roman"; 
    font-size: 24px; 
    font-weight: normal; 
    text-align: left;
    font-style: normal;
   margin: 80px 10% 80px 10%;
    color: #000000; 
/*    padding: 20px 40px;*/
/*    border-radius: 30px;*/
/*    background-color: #5556;*/
/*    background-color: gainsboro;*/


}

@media screen and (max-width: 600px) {
  h3 {
    float: none;
      margin: 70px 30px 5px 30px;
  }
}


.double_underline{ 
	border-bottom: 3px double; 
        font-style: italic;

}



.image {
    /*border: 2px solid #ccc; 
    background: #fff; 
    padding: 2px; */
    max-width: 200px;
    min-width: 200px;
    padding: 20px;

    float: left;

    
}

.header {
  overflow: hidden;
  background-color: #5556;
  padding: 20px 60px;
  border-radius: 50px;

}

@media screen and (max-width: 910px) {
    .header {
        padding: 2px 2px;
    }
}


.logo {
    float: left;
    color: black;
    padding: 20px 2px 20px 2px;
    text-decoration: none;
    font-size: 18px;
    line-height: 1px;
    border-radius: 1px;
}



.column {
    float: left;
    width: 33%;
    height: 600px;
    margin: 10px 1px 0px 2px;
    padding: 0px 0px 0px 0px;
    background-color: darkgrey;
    border-radius: 20px;
}


/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 1000px) {
    .column {
        width: 100%;
        display: block;
    }
}

.card {
    box-shadow: 4px 8px 2px 2px rgba(0, 0, 0, 0.2);
        border-radius: 20px;
    height: 580px;
}

.card2 {
    box-shadow: 2px 8px 10px 8px rgba(0, 0, 0, 0.2);
        border-radius: 20px;
}

.container {
    padding: 0px 0px;
    background-color: #5556;
    border-radius: 20px;
    height: 520px;

}

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


.tmo_list { margin: 0px 00px 20px 0px; 
    padding: 20px 0px 20px 2px; 
    list-style: none; 
}

.tmo_list li { 
    background: transparent url(/images/templatemo_list.png) no-repeat; 
    margin:2px 0 0 200px; 
    padding: 4px 20px 10px 40px; 	
    line-height: 1em;
}
.tmo_list li a { color: #fff; }
.tmo_list li a:hover { color: #ff4301; }

.topnav {
    background-color: #333;
        margin: 20px 20px 40px 2px; 
        float: right;
        overflow: hidden;
}


.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 17px;
}

.column4 {
    font-family:sans-serif;
    font-size:18px;
    line-height: 1.2em;
    float:right;
    width: 30%;
    margin: 2px 120px 2px 2px;
    padding: 2px 20px 20px 20px;
    background-color: darkgray;
    border: 1px solid black;

}

@media screen and (max-width: 1426px) {
    .column4 {
        width: 680px;
        float:left;
    margin: 2px 20px 10px 2px;
    padding: 2px 20px 20px 20px;
    }
}

#my-div
{
    float: left;
    width    : 900px;
    height   : 480px;
    overflow : hidden;
    position : relative;
    margin: 1% 1% 10% 10%;
    background-color: beige

}

@media screen and (max-width: 1426px) {
    #my-div {
        width: 680px;
        float:left;
    margin: 2px 30px 2px 2px;
    padding: 2px 20px 20px 2px;
    }
}


 
#my-iframe
{
    position : absolute;
    top      : 0px;
    left     : 0px;
    width    : 900px;
    height   : 500px;
}
