@font-face {
    font-family: 'CarterOne';
    src: url(../fonts/CarterOne.ttf);
}

.roundcorners {
    border-style: none;
    border: 0 0 0 0;
    border-radius: 15px;
    margin: 10px;
}
body {
    background-color: lightgray;
    
    background-image: url("../images/suits.png");
    background-repeat: repeat;
    
    background-attachment: fixed;
}
.container {
  width: 100%;
}
.items {
    border-radius: 15px;
    width: 90%;
    text-align: center;
    background-color: white;
    
    margin: 10px;
    padding: 10px;
    text-align: center;
    
    opacity:0.97;
}
.item {
    width: 100%;
    text-align: left;
}
body {
    font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
}
a {
    font-weight : bold;
    text-decoration: none;
}
.glow-green {
    text-shadow: 0 0 6px #5cd65c;
    color: green;
    font-family: CarterOne;
}
.glow-orange {
    text-shadow: 0 0 6px #FF8C00;
    color: red;
    font-family: CarterOne;
}
.wrap {
    height: 250px;
    position: relative;
}

.shot {
    height: 550px;
    width: 400px;
}

.logo {
    top: 0;
    position: absolute;
    border-style: none;
    border: 0 0 0 0;
    border-radius: 15px;
    left: 0;
}

table {
    width: 80%;
    border: 0px;
}

.cell {
    text-align:right;
    font-size: 150%;
}

iframe {
    border:15px solid #000;
    border-radius: 15px !important;
}

.video {
    top: 0;
    position: absolute;
    right: 0;
}

.btn {
    position: relative;
    display: inline-block;
}

.btn span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 15px;
    left: 0;
    color: white;
    font-size: 130%;
    font-family: CarterOne;
}